projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f763cc
)
meson: Use libexecdir option
author
Emmanuele Bassi
<ebassi@gnome.org>
Sat, 6 May 2017 16:25:13 +0000
(17:25 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 10 May 2017 10:37:40 +0000
(11:37 +0100)
testsuite/reftests/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/reftests/meson.build
b/testsuite/reftests/meson.build
index c28a53221aa5d65d5d8af6232705429762984efc..1604776bca69c29299dfe8e08b8ee7c0e7b8c4f6 100644
(file)
--- a/
testsuite/reftests/meson.build
+++ b/
testsuite/reftests/meson.build
@@
-28,7
+28,7
@@
libreftest = static_library('gtkreftest',
dependencies : libgtk_dep)
tcdata = configuration_data()
-tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('lib
dir'))) # FIXME
+tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('lib
execdir')))
#built_tests = ['reftests', 'reftests-dark', 'reftests-hc', 'reftests-hci']
#foreach t : built_tests